Html Css Color HEX #07BFA5 Caribbean Green

📋 copy color: '#07BFA5'

red 7 ◦ green 191 ◦ blue 165

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

Shades of Caribbean Green #07BFA5

Tints of Caribbean Green #07BFA5

RGB

 RED value IS 7 (3.13% from 255) = 1.93%

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

 BLUE value IS 165 (64.84% from 255) = 45.45%

R = 1.93%
G = 52.62%
B = 45.45%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#07BFA5 (or 0x07BFA5) is known color: Caribbean Green. HEX triplet: 07, BF and A5. RGB value is (7,191,165). Sum of RGB (Red+Green+Blue) = 7+191+165=363 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 363); Green value is 191 (75% from 255 or 52.62% from 363); Blue value is 165 (64.84% from 255 or 45.45% from 363); Max value from RGB is 191 - color contains mainly: green. Hex color #07BFA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BFA5 is #F8405A. Grayscale: #848484. Windows color (decimal): -16269403 or 10862343. OLE color: 10862343.

HSL color Cylindrical-coordinate representation of color #07BFA5: hue angle of 171.52º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BFA5 is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 191 165 -
CMYK 0.96 0 0.14 0.25
HSL 171.52º 0.93% 0.39% -
HSV(B) 171.52º 0.96% 0.75% -
XYZ 25.51 40.02 41.98 -
YUV 133.02 146.04 38.11 -
System Red Green Blue C M Y K H S L
Decimal 7 191 165 0.96 0 0.14 0.25 171.52 0.93 0.39
Hex 7 BF A5 60 0 E 19 AC 5D 27
Octal 7 277 245 140 0 16 31 254 135 47
Binary 111 10111111 10100101 1100000 0 1110 11001 10101100 1011101 100111

Color Harmonies of #07BFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BFA5

Black with #07BFA5

Text Example


Text Example

White with #07BFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07BFA5; }

 p { color: rgb(7,191,165); }

 H1.HeaderClassName
 {
   color: #07BFA5;
 }
 .AnyTagClassName
 {
   color: #07BFA5;
 }
</style>

background-color css

<style>
 a { background-color: #07BFA5; }

 a { background-color: rgb(7,191,165); }

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

border-color css

<style>
 span { border-color: #07BFA5; }

 span { border-color: rgb(7,191,165); }

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