Html Css Color HEX #03BFA2 Caribbean Green

📋 copy color: '#03BFA2'

red 3 ◦ green 191 ◦ blue 162

#03BFA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #03BFA2

Tints of Caribbean Green #03BFA2

RGB

 RED value IS 3 (1.56% from 255) = 0.84%

 GREEN value IS 191 (75% from 255) = 53.65%

 BLUE value IS 162 (63.67% from 255) = 45.51%

R = 0.84%
G = 53.65%
B = 45.51%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#03BFA2 (or 0x03BFA2) is known color: Caribbean Green. HEX triplet: 03, BF and A2. RGB value is (3,191,162). Sum of RGB (Red+Green+Blue) = 3+191+162=356 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 356); Green value is 191 (75% from 255 or 53.65% from 356); Blue value is 162 (63.67% from 255 or 45.51% from 356); Max value from RGB is 191 - color contains mainly: green. Hex color #03BFA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BFA2 is #FC405D. Grayscale: #838383. Windows color (decimal): -16531550 or 10665731. OLE color: 10665731.

HSL color Cylindrical-coordinate representation of color #03BFA2: hue angle of 170.74º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BFA2 is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 191 162 -
CMYK 0.98 0 0.15 0.25
HSL 170.74º 0.97% 0.38% -
HSV(B) 170.74º 0.98% 0.75% -
XYZ 25.19 39.89 40.55 -
YUV 131.48 145.22 36.36 -
System Red Green Blue C M Y K H S L
Decimal 3 191 162 0.98 0 0.15 0.25 170.74 0.97 0.38
Hex 3 BF A2 62 0 F 19 AB 61 26
Octal 3 277 242 142 0 17 31 253 141 46
Binary 11 10111111 10100010 1100010 0 1111 11001 10101011 1100001 100110

Color Harmonies of #03BFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BFA2

Black with #03BFA2

Text Example


Text Example

White with #03BFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03BFA2; }

 p { color: rgb(3,191,162); }

 H1.HeaderClassName
 {
   color: #03BFA2;
 }
 .AnyTagClassName
 {
   color: #03BFA2;
 }
</style>

background-color css

<style>
 a { background-color: #03BFA2; }

 a { background-color: rgb(3,191,162); }

 div.DivClassName
 {
   background-color: #03BFA2;
 }
 .BgClassName
 {
   background-color: #03BFA2;
 }
</style>

border-color css

<style>
 span { border-color: #03BFA2; }

 span { border-color: rgb(3,191,162); }

 td.TdClassName
 {
   border-color: #03BFA2;
 }
 .TagClassName
 {
   border-color: #03BFA2;
 }
</style>