Html Css Color HEX #03BA9F Caribbean Green

📋 copy color: '#03BA9F'

red 3 ◦ green 186 ◦ blue 159

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

Shades of Caribbean Green #03BA9F

Tints of Caribbean Green #03BA9F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 53.45%

 BLUE value IS 159 (62.5% from 255) = 45.69%

R = 0.86%
G = 53.45%
B = 45.69%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#03BA9F (or 0x03BA9F) is known color: Caribbean Green. HEX triplet: 03, BA and 9F. RGB value is (3,186,159). Sum of RGB (Red+Green+Blue) = 3+186+159=348 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 348); Green value is 186 (73.05% from 255 or 53.45% from 348); Blue value is 159 (62.5% from 255 or 45.69% from 348); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BA9F is #FC4560. Grayscale: #808080. Windows color (decimal): -16532833 or 10467843. OLE color: 10467843.

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

Color convert

RGB 3 186 159 -
CMYK 0.98 0 0.15 0.27
HSL 171.15º 0.97% 0.37% -
HSV(B) 171.15º 0.98% 0.73% -
XYZ 23.85 37.64 38.81 -
YUV 128.21 145.37 38.7 -
System Red Green Blue C M Y K H S L
Decimal 3 186 159 0.98 0 0.15 0.27 171.15 0.97 0.37
Hex 3 BA 9F 62 0 F 1B AB 61 25
Octal 3 272 237 142 0 17 33 253 141 45
Binary 11 10111010 10011111 1100010 0 1111 11011 10101011 1100001 100101

Color Harmonies of #03BA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BA9F

Black with #03BA9F

Text Example


Text Example

White with #03BA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,186,159); }

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

background-color css

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

 a { background-color: rgb(3,186,159); }

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

border-color css

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

 span { border-color: rgb(3,186,159); }

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